GrapeCity.Win.Pickers 名前空間 > FontInfoCollection クラス > AddRange メソッド : AddRange(IList<FontInfo>) メソッド |
Public Overloads Sub AddRange( _ ByVal value As IList(Of FontInfo) _ )
public void AddRange( IList<FontInfo> value )
例外 | 解説 |
---|---|
System.ArgumentNullException | 追加するvalueがnullです。 またはvalue内の1つ以上の項目がnullです。 |
System.ArgumentException | value内の1つ以上の項目が、コレクションの関連付けられたGcFontPickerが持つItemFilterの条件と一致しません。 |
System.InvalidOperationException | このコレクションの現在のSystem.Collections.CollectionBase.Countが、関連付けられたGcFontPickerコントロールのGcFontPicker.RecentlyUsedFontsCountと一致しています。 またはvalue内の1つ以上の項目がこのコレクションにすでに存在しています。 |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2